home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / Comunes / Platmsg.dll / 0 / RCDATA / TFORMAVISODESINFECTABLESCUARENTENA / TFORMAVISODESINFECTABLESCUARENTENA.txt
Text File  |  2002-10-11  |  2KB  |  78 lines

  1. object FormAvisoDesinfectablesCuarentena: TFormAvisoDesinfectablesCuarentena
  2.   Left = 525
  3.   Top = 202
  4.   BorderStyle = bsSingle
  5.   Caption = '∩┐╜Archivos desinfectables en cuarentena!'
  6.   ClientHeight = 267
  7.   ClientWidth = 242
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel: TPndPopupPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 242
  22.     Height = 267
  23.     BodyText = 
  24.       'Existen archivos cuya desinfecci∩┐╜n ahora es posible tras la actu' +
  25.       'alizaci∩┐╜n del antivirus.<BR><BR>Te recomendamos que desinfectes ' +
  26.       'y restaures a su ubicaci∩┐╜n original estos archivos.'
  27.     BottomText = 'Panda Antivirus Platinum 7'
  28.     HeaderFont.Charset = DEFAULT_CHARSET
  29.     HeaderFont.Color = clWhite
  30.     HeaderFont.Height = -11
  31.     HeaderFont.Name = 'Tahoma'
  32.     HeaderFont.Style = [fsBold]
  33.     HeaderText = 'Deseo...'
  34.     IconImages = ImageListIcono
  35.     IconIndex = 11
  36.     ItemImages = ImageListItems
  37.     Items = <
  38.       item
  39.         Caption = 'Desinfectar y restaurar archivos'
  40.         ImageIndex = 17
  41.         OnClick = DesinfectarYRestaurar
  42.         MostrarEnReducido = True
  43.       end
  44.       item
  45.         Caption = 'Mantener los archivos en cuarentena'
  46.         ImageIndex = 12
  47.         OnClick = MantenerArchivos
  48.         MostrarEnReducido = True
  49.       end
  50.       item
  51.         Caption = 'Ayuda'
  52.         ImageIndex = 27
  53.         OnClick = Ayuda
  54.         MostrarEnReducido = True
  55.       end>
  56.     ItemsFont.Charset = DEFAULT_CHARSET
  57.     ItemsFont.Color = clBlack
  58.     ItemsFont.Height = -11
  59.     ItemsFont.Name = 'Tahoma'
  60.     ItemsFont.Style = []
  61.     PrioridadMensaje = pmAlertaUsuario
  62.     TextoAlertasAgrupadas = 
  63.       'En el informe se encuentran nuevas notificaciones similares a es' +
  64.       'ta'
  65.     Title = '∩┐╜Archivos desinfectables en cuarentena!'
  66.   end
  67.   object ImageListIcono: TImageList
  68.     Height = 48
  69.     Width = 48
  70.     Left = 208
  71.     Top = 72
  72.   end
  73.   object ImageListItems: TImageList
  74.     Left = 208
  75.     Top = 112
  76.   end
  77. end
  78.